home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / regccsphone.htm1 < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  5.2 KB  |  164 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7. <!-- Inserted by TRADOS: --><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=windows-1252">
  8.  
  9.         <title>Kundendienst</title>
  10.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11.         <meta http-equiv="MSThemeCompatible" content="yes">
  12.         <link href="ccc.css" type="text/css" rel="STYLESHEET">
  13.         <script src="ccc.js"></script>
  14.         <script language="javascript">
  15.         <!--
  16.             var aData = new Array(
  17.                 "Nordamerika;800-772-6735",
  18.                 "Gro▀britannien;0800 376 9271",
  19.                 "Europa- falls das Land nicht gesondert aufgefⁿhrt ist;+44 (0) 1628 581601",
  20.                 "Argentinien;0800-666-1451",
  21.                 "╓sterreich;0800 677 027",
  22.                 "Australien;1-800-658-850",
  23.                 "Belgien (NiederlΣndisch);0800 49 861",
  24.                 "Belgien (Franz÷sisch);0800 49 860",
  25.                 "Brasilien;0800-891-8997",
  26.                 "Tschechische Republik und Slowakei;420 224 239 645",
  27.                 "China;1-0800-610-2323",
  28.                 "Kolumbien;01-800-518-0154",
  29.                 "DΣnemark;80 882 219",
  30.                 "Finnland;0-800-1-16331",
  31.                 "Frankreich;0805 639 920",
  32.                 "Deutschland;0800 101 6079",
  33.                 "Hongkong;800-964-514",
  34.                 "Ungarn;361 481 2160",
  35.                 "Indonesien;001-803-61-539",
  36.                 "Irland;1800 992 911",
  37.                 "Israel;44 1628 581601",
  38.                 "Italien;800 986 250",
  39.                 "Japan;(03) 5977-3793",
  40.                 "Luxemburg;44 1628 581601",
  41.                 "Malaysia;1-800-80-7895",
  42.                 "Mexiko;001800-514-9196",
  43.                 "Niederlande;0800 020 3700",
  44.                 "Neuseeland;0508-COREL-1",
  45.                 "Norwegen;800 10972",
  46.                 "Polen;48 71 347 7279",
  47.                 "Portugal;44 1628 581601",
  48.                 "Singapur;800-6161-853",
  49.                 "Sⁿdafrika;0800 992 570",
  50.                 "Sⁿdkorea;82 2 392 4198",
  51.                 "Spanien;800 098 125",
  52.                 "Schweden;0200 885 065",
  53.                 "Schweiz (Deutsch);0800 000 787",
  54.                 "Schweiz (Franz÷sisch);0800 000 786",
  55.                 "Taiwan;0-0801-61-1411"
  56.                 );
  57.  
  58.             function FillData()
  59.             {
  60.                 for (i = 0; i < aData.length; i++)
  61.                 {
  62.                     var oOption;
  63.                     var ssData = aData[i].split(";");
  64.                     
  65.                     oOption = document.createElement("OPTION");
  66.                     cmbRegion.options.add(oOption);
  67.  
  68.                     oOption.innerText = ssData[0];
  69.                     oOption.value = i;
  70.                 }
  71.                 
  72.                 cmbRegion.selectedIndex = 0;
  73.                 showCustomerServiceInfo();
  74.                 cmbRegion.setActive();
  75.             }
  76.                         
  77.             function showCustomerServiceInfo() 
  78.             {
  79.                 if (cmbRegion.selectedIndex >= 0)
  80.                 {
  81.                     var ssData = aData[cmbRegion.selectedIndex].split(";");
  82.                     
  83.                     dataLabel.innerText = ssData[0];
  84.                     dataPhone.innerText = ssData[1];
  85.                 }
  86.             }
  87.             
  88.             function doInit()
  89.             {
  90.                 var strInvokedFrom = getParamVal("invokedfrom");
  91.                 if ( strInvokedFrom != 2 )
  92.                 {
  93.                     location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle';                    
  94.                 }
  95.                 location='pcucmd://FrameDataLoaded'; 
  96.                 
  97.                 FillData();
  98.             }
  99.         -->
  100.         </script>
  101.     </head>
  102.     <body onload="doInit()">
  103.         <div id="ButtonBar" style="display:none">
  104.                 <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  105.                     <tr>
  106.                         <td>
  107.                             <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions">
  108.                                 <option selected="true" value="7">In einer Woche erneut erinnern</option>
  109.                                 <option value="14">In zwei Wochen erneut erinnern</option>
  110.                                 <option value="30">In einem Monat erneut erinnern</option>
  111.                                 <option value="-1">Nie</option>
  112.                             </select>
  113.                         </td>
  114.                         <td style="width:50" align="right">
  115.                             <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>P</u>rogramm starten</button>
  116.                             <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose">Sch<u>l</u>ießen</button>
  117.                         </td>
  118.                     </tr>
  119.                 </table>
  120.         </div>
  121.         <div id="pcu_data" style="DISPLAY: none">
  122.             PageDimension:630,440
  123.         </div>
  124.         <table align="center" height="100%">
  125.             <tr>
  126.                 <td>
  127.                     <br /> <br />
  128.                     <label accesskey="S" for="cmbRegion"><u>W</u>ählen Sie Ihre Region:</label>
  129.                     <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
  130.                     </select>
  131.                     <br /> <br /> <br />
  132.                     <table width="550" border="0">
  133.                         <tr>
  134.                             <td width="250">Region</td>
  135.                             <td width="125">Telefonnummer</td>
  136.                             <td width="150"> </td>
  137.                         </tr>
  138.                     </table>
  139.                 </td>
  140.             </tr>
  141.             <tr>
  142.                 <td>
  143.                     <table width="550" bordercolor="gray" border="1">
  144.                         <tr height="20">
  145.                             <td id="dataLabel" style="WIDTH: 40%">
  146.                             </td>
  147.                             <td id="dataPhone" style="WIDTH: 50%">
  148.                             </td>
  149.                         </tr>
  150.                     </table>
  151.                 </td>
  152.             </tr>
  153.             <tr height="100%" valign="top">
  154.                 <td height="100%">
  155.                     <p><br />
  156.                     </p>
  157.                     <p><font size="-1">Eine vollständige Liste aller Rufnummern des Corel Kundendienstes finden Sie auf <a href="http://www.corel.com/contactus" target="_blank">www.corel.de/kontakt</a> <br /></font> <br />
  158.                     </p>
  159.                 </td>
  160.             </tr>
  161.         </table>
  162.     </body>
  163. </html>
  164.